window: Remove needless call to ensure_state_flag_backdrop() on map
authorRui Matos <tiagomatos@gmail.com>
Sat, 31 Mar 2012 14:16:24 +0000 (16:16 +0200)
committerRyan Lortie <desrt@desrt.ca>
Fri, 4 May 2012 00:24:05 +0000 (17:24 -0700)
commit4d7c7ec32f3942229d7ed4cd6ae3cbe80d180731
tree55ceea741dca7fe1363bf18a659d5bbb1c02575d
parent7c038b1b33a393d5075fe6e4767d622c9bcfd7fc
window: Remove needless call to ensure_state_flag_backdrop() on map

This call was forcing needless work since gtk_window_map() already
does a gdk_window_show() which initially sets GDK_WINDOW_STATE_FOCUSED
that we then handle regularly on the widget's window state event
handler.

https://bugzilla.gnome.org/show_bug.cgi?id=673237
gtk/gtkwindow.c